slmgr /ipk your_license_keyReplace your_license_key with following volumn license keys according to Windows Edition:
| import itertools | |
| import random | |
| import time | |
| A = 0x5deece66d | |
| B = 11 | |
| LCG_MOD_POW = 48 | |
| M = 2**LCG_MOD_POW | |
| BIG_MASK = M - 1 |
| #!/bin/sh | |
| # Portability: Linux, *BSD, MacOS, Illumos (mktemp -d) | |
| # Dependencies: Tcl (>=8.5), exiftool, mutool or qpdf | |
| set -eu | |
| echo() { printf '%s\n' "$*"; } | |
| die() { echo "$@" >&2; exit 1; } | |
| has_cmd() { command -v "$1" >/dev/null; } | |
| usage() |
| 1. Open CMD as Administrator | |
| 2. Paste the following commands into the Cmd: One by one, follow the order. | |
| cscript slmgr.vbs /ipk "SERIAL NUMBER HERE" | |
| Replace SERIAL NUMBER HER with any of these, according your Windows 10 installation type. | |
| Home/Core TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 | |
| Home/Core (Country Specific) PVMJN-6DFY6-9CCP6-7BKTT-D3WVR | |
| Home/Core (Single Language) 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH |
| # Bash | |
| alias c="clear" | |
| alias d="exit" | |
| alias beep='powershell "[console]::beep(500,300)"' | |
| alias nvm="fnm" | |
| # Git | |
| alias gl="git log" | |
| alias gg="git log --oneline --graph --all" | |
| alias gs="git status" |
| #!/usr/bin/env python3 | |
| # /// script | |
| # requires-python = ">=3.11" | |
| # dependencies = [ | |
| # "websockets", | |
| # ] | |
| # /// | |
| """ | |
| Claude Code Voice Mode β Python Proof of Concept |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
| // ==UserScript== | |
| // @name Medium Paywall Bypass | |
| // @namespace Violentmonkey Scripts | |
| // @run-at document-start | |
| // @match *://*.medium.com/* | |
| // @match *://medium.com/* | |
| // @match *://*/* | |
| // @grant none | |
| // @version 3.0 | |
| // @inject-into content |
| # ~/.android/avd/<NAME_OF_AVD>/config.ini | |
| PlayStore.enabled = no | |
| abi.type = x86_64 | |
| avd.id = <build> | |
| avd.ini.encoding = UTF-8 | |
| avd.name = <build> | |
| disk.cachePartition = yes | |
| disk.cachePartition.size = 66MB | |
| disk.dataPartition.path = <temp> |